home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / var / lib / dpkg / info / cron.postrm < prev    next >
Encoding:
Text File  |  2010-12-18  |  244 b   |  13 lines

  1. #!/bin/sh
  2. set -e
  3.  
  4. # Conffile has become obsolete
  5. dpkg-maintscript-helper rm_conffile /etc/cron.monthly/standard "3.0pl1-113" -- "$@"
  6.  
  7. if [ $1 = purge ]; then 
  8.     update-rc.d cron remove >/dev/null
  9.     rm -f /etc/cron.allow /etc/cron.deny
  10. fi
  11.  
  12.  
  13.